home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / misc / dring.lha / rexx / timeout.rexx < prev   
OS/2 REXX Batch file  |  1999-02-20  |  141b  |  12 lines

  1. /* Send fake stat message */
  2.  
  3. ADDRESS DRING
  4.  
  5. parse arg tim
  6.  
  7. if tim~="" THEN
  8.   "TimeOut" tim
  9. else
  10.   say "USAGE: timeout.rexx <seconds>"
  11. endif
  12.